ComponentOne ASP.NET MVC Controls
DisposeDetailCell Method

C1.Web.Mvc.Fluent Namespace > FlexGridDetailProviderBuilder<T> Class : DisposeDetailCell Method
The value.
Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.DisposeDetailCell. Sets the callback function that disposes of detail cells.
Syntax
'Declaration
 
Public Function DisposeDetailCell( _
   ByVal value As String _
) As FlexGridDetailProviderBuilder(Of T)
public FlexGridDetailProviderBuilder<T> DisposeDetailCell( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.
See Also

Reference

FlexGridDetailProviderBuilder<T> Class
FlexGridDetailProviderBuilder<T> Members